home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / acos < prev    next >
Text File  |  1995-02-06  |  614b  |  38 lines

  1. trig:
  2.  
  3. Syntax:    acos ( A )
  4.  
  5.     asin ( A )
  6.  
  7.     atan ( A )
  8.  
  9.     atan2 ( X , Y )
  10.  
  11.     cos ( A )
  12.  
  13.     cosh ( A )
  14.  
  15.     sin ( A )
  16.  
  17.     sinh ( A )
  18.  
  19.     tan ( A )
  20.  
  21.     tanh ( A )
  22.  
  23. Description:
  24.  
  25.  
  26.     The trigonometric functions are scalars functions.  The return
  27.     value is the result of the trigonometric operation performed
  28.     on the input, element-by-element.
  29.  
  30.     {\bf atan2} returns the arctangent of $A/B$. 
  31.  
  32.     All the trigonometric functions use the C language math
  33.     library functions, so details about the ranges and error
  34.     conditions can be found by examining the appropriate man pages
  35.     on your system.
  36.  
  37.     Atan2 does not operate on complex arguments.
  38.